body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
/* strong, */
th,
var,
optgroup {
	font-style: normal;
	font-weight: 400;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

ol,
ul {
	list-style: none;
}

table {
	/* border-collapse: collapse; */
	/* border-spacing: 0;
	margin: 0 auto; */
	border-collapse: separate !important;
    border-spacing: 0px !important;
    background-color: #ccd6e1 !important;

    border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}
table td {
	background: #fff;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
}
caption,
th {
	text-align: left;
}

sup,
sub {
    font-size: 50% !important;
	/* font-size: 100%;
	vertical-align: baseline; */
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

.clear {
	clear: both;
}

img {
	border: 0;
	outline: 0;
}

body {
	font-family: "Microsoft YaHei";
	color: #1a1a1a;
}

.clear {
	zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: #1a1a1a;
}

a:hover {
	color: #d72523;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.njyjs_scale_img {
	overflow: hidden;
}

.njyjs_scale_img .imgs {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.njyjs_scale_img:hover .imgs {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.njyjs_scale_img_nov .imgs {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.njyjs_scale_img_nov:hover .imgs {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}